home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / radiance / nextrad.lha / NeXtRad / clip.h < prev    next >
Encoding:
Text File  |  1993-02-22  |  191 b   |  8 lines

  1. /* clip.h */
  2.  
  3. /* written by Jason Wilson    2/21/93 */
  4.  
  5. void ClipPolygon (PolygonCell *Poly,Window ViewWindow,Boolean *Gone);
  6. /* this routine performs a 3-dimensional clip on the polygon */
  7.  
  8.